home *** CD-ROM | disk | FTP | other *** search
- this.globalsoundcontrol = "play";
- this.fade = "in";
- this.soundPlay = "true";
- this.createEmptyMovieClip("loop",10000000);
- this.loop = new Sound(loop);
- this.loop.attachSound("loop");
- this.loop.start();
- this.loop.onSoundComplete = function()
- {
- this.start();
- };
- this.initLoopVolume = 80;
- this.loopvolume = 0;
- this.loop.setVolume(0);
- this.createEmptyMovieClip("shoot1",10000001);
- this.shoot1 = new Sound(shoot1);
- this.shoot1.attachSound("shoot1");
- this.shoot1.setVolume(24);
- this.createEmptyMovieClip("hit1",10000003);
- this.hit1 = new Sound(hit1);
- this.hit1.attachSound("hit1");
- this.hit1.setVolume(30);
- this.createEmptyMovieClip("hit2",10000004);
- this.hit2 = new Sound(hit2);
- this.hit2.attachSound("hit2");
- this.hit2.setVolume(22);
- this.createEmptyMovieClip("orb",10000005);
- this.orb = new Sound(orb);
- this.orb.attachSound("orb");
- this.orb.setVolume(110);
- this.createEmptyMovieClip("puSound",10000006);
- this.puSound = new Sound(puSound);
- this.puSound.attachSound("puSound");
- this.puSound.setVolume(160);
- this.createEmptyMovieClip("breakSound",10000007);
- this.breakSound = new Sound(breakSound);
- this.breakSound.attachSound("breakSound");
- this.breakSound.setVolume(40);
- this.createEmptyMovieClip("flyHitSound",10000008);
- this.flyHitSound = new Sound(flyHitSound);
- this.flyHitSound.attachSound("flyHitSound");
- this.flyHitSound.setVolume(80);
- this.createEmptyMovieClip("hHit1",10000009);
- this.hHit1 = new Sound(hHit1);
- this.hHit1.attachSound("hHit1");
- this.hHit1.setVolume(120);
- this.createEmptyMovieClip("hHit2",10000010);
- this.hHit2 = new Sound(hHit2);
- this.hHit2.attachSound("hHit2");
- this.hHit2.setVolume(120);
- this.createEmptyMovieClip("beep",10000011);
- this.beep = new Sound(beep);
- this.beep.attachSound("beep");
- this.beep.setVolume(80);
-